home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / dev / amos / AMOSL0495.lzh / AMOSLIST / 000069_svcs1.digex.net!amos-request_ Thu Apr 13 15:06:20 1995 remote from earth.msg < prev    next >
Internet Message Format  |  1995-05-01  |  2KB

  1. Received: from svcs1.digex.net (svcs1.digex.net [204.91.197.224]) by earth.usa.net (8.6.10/8.6.10) with SMTP id PAA21037 for <lee.kitchens@georgia.com>; Thu, 13 Apr 1995 15:06:17 -0600
  2. Received: by svcs1.digex.net id AA02168
  3.   (5.67b8/IDA-1.5 for amos-out); Thu, 13 Apr 1995 11:59:23 -0400
  4. Received: from nfs1.digex.net by svcs1.digex.net with SMTP id AA02160
  5.   (5.67b8/IDA-1.5 for <amos@svcs1.digex.net>); Thu, 13 Apr 1995 11:59:18 -0400
  6. Received: from seraph.uunet.ca (uunet.ca) by nfs1.digex.net with SMTP id AA09152
  7.   (5.67b8/IDA-1.5 for <amos-list@access.digex.net>); Thu, 13 Apr 1995 11:59:15 -0400
  8. Received: from portnoy.canrem.com ([198.133.42.17]) by mail.uunet.ca with SMTP id <186619-1>; Thu, 13 Apr 1995 11:57:49 -0400
  9. Received: from canrem.com by portnoy.canrem.com (4.1/SMI-4.1)
  10.     id AA11366; Thu, 13 Apr 95 11:50:59 EDT
  11. Received: by canrem.com (PCB-UUCP 1.1f)
  12.     id 1DB8E2; Thu, 13 Apr 95 11:46:07 -0500
  13. To: earth!access.digex.net!amos-list
  14. Reply-To: earth!canrem.com!CRSO.Amos
  15. Sender: earth!canrem.com!CRSO.Amos
  16. Subject: Re: stdin/stdout
  17. From: earth!canrem.com!mike.pelletier (Mike Pelletier)
  18. Message-Id: <60.2145.6587.0C1DB8E2@canrem.com>
  19. In-Reply-To: <9504122123.AA26230@goober.mbhs.edu>
  20. Date: Thu, 13 Apr 1995 12:35:00 -0400
  21. Organization: CRS Online  (Toronto, Ontario)
  22. Status: O
  23. X-Status: 
  24.  
  25. -> The problem is that your variables (MYIO, etc.) aren't global, and you end
  26. -> up trying to Close(0) or some such, so when DOS tries to dereference 0, it
  27. -> gets into trouble.  Just put a Global statement at the beginning for the
  28. -> variables which are shared between procedures.
  29.  
  30. Ok.  I did make MYIO global, but maybe I need to do it for another.  I'll check
  31. and get back to you.
  32.  
  33. If it works ok, who are the two authors who I should credit with the I/O
  34. routine help?
  35.  
  36. Andy Church is one, who is the other?
  37.  
  38. Well met and godspeed,
  39.                       Giark
  40.